D3D_LINE3D
This command will draw a line in 3D space. Specifying a colour will override the colour set by D3D_COLOR. Providing two colours
will create a gradient from Colour1 to Colour2. Setting Z Enable to 1 will enable Z-Buffering.
NOTE: This command does not create a reusable object, and therefore must be call whenever a 3D line is required.

SYNTAX
D3D_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#
D3D_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#, Colour, Z Enable
D3D_LINE3D X1#, Y1#, Z1#, X2#, Y2#, Z2#, Colour1, Colour2, Z Enable
D3D_LINE3D Camera, X1#, Y1#, Z1#, X2#, Y2#, Z2#, Colour1, Colour2, Z Enable

RELATED INFO
D3DFunc Commands Menu
Index

EXAMPLE
View Showcase Example